Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add EIP1559 tx button #117

Merged
merged 3 commits into from
Jul 8, 2021
Merged

add EIP1559 tx button #117

merged 3 commits into from
Jul 8, 2021

Conversation

brad-decker
Copy link
Contributor

Adds this button but only makes it visible when the network supports EIP-1559

Screen.Recording.2021-06-24.at.4.26.14.PM.mov

@brad-decker brad-decker requested a review from a team as a code owner June 24, 2021 21:30
src/index.html Outdated
id="sendEIP1559Button"
disabled
hidden
>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Can we fix the indentation here?

<button
  class="btn btn-primary btn-lg btn-block mb-3"
  id="sendEIP1559Button"
  disabled
  hidden
>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that, yes!

adonesky1
adonesky1 previously approved these changes Jun 24, 2021
Copy link
Contributor

@adonesky1 adonesky1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

<button
class="btn btn-primary btn-lg btn-block mb-3"
id="sendEIP1559Button"
disabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we switch to a network that supports EIP-1559 without connecting to an account new button is enabled state.

Screen Shot 2021-06-24 at 5 52 04 PM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Responded in latest commit :D thanks @NiranjanaBinoy

@brad-decker
Copy link
Contributor Author

@ryanml @NiranjanaBinoy @adonesky1 this has been rebased to get latest lint rules updated :)

Copy link
Contributor

@ryanml ryanml left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

@brad-decker brad-decker merged commit c6fe89f into main Jul 8, 2021
@brad-decker brad-decker deleted the add-eip1559-support branch July 8, 2021 18:36
@brad-decker brad-decker mentioned this pull request Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants